home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 19
/
Aminet 19 (1997)(GTI - Schatztruhe)[!][Jun 1997].iso
/
Aminet
/
comm
/
www
/
amis_html.lha
/
AMIS_HTML
/
Install
< prev
next >
Wrap
Text File
|
1997-04-07
|
680b
|
26 lines
(welcome)
(set @source-dir (tackon (pathonly @icon)"HTML"))
(set dest2 (tackon
(askdir
(prompt "Please select your AMIS directory...")
(help "The main directory where the AMIS programme is located is called 'AMIS'. Select this drawer once.")
(default "")
)"Viewers")
)
(if (not (exists dest2))
(abort "\nThe AMIS programme wasn't found in this directory. Please try again.")
(copyfiles
(prompt "Copying the HTML viewer to the Viewers directory...")
(source @source-dir)
(help "The HTML viewer will now be copied into the Viewers directory, overwriting the old HTML viewer.")
(dest dest2)
(files)
(all)
(confirm)
)
)
(complete 100)